home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.magRune >= 8 && _root.windRune >= 4 && this.timey.timer == 100)
- {
- _root.magRune -= 8;
- _root.windRune -= 4;
- this.timey.timer = 0;
- this.timey.timeIt = 0.39 + _root.spe * 0.04;
- if(this.timey.timeIt > 3)
- {
- this.timey.timeIt = 3;
- }
- this.timey._visible = true;
- _root.bigR._visible = true;
- _root.bigR.play();
- }
- else
- {
- _root.messy = "Not enough Runes";
- }
- }
-